[notes] 01/03: issues += captures_build_path_via_assert

Daniel Shahaf danielsh at apache.org
Mon Oct 17 13:55:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

danielsh-guest pushed a commit to branch master
in repository notes.

commit ea213c512b1a1aa454db24afbc7d1909e31ca560
Author: Daniel Shahaf <danielsh at apache.org>
Date:   Mon Oct 17 13:49:47 2016 +0000

    issues += captures_build_path_via_assert
---
 issues.yml   | 3 +++
 packages.yml | 7 ++-----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/issues.yml b/issues.yml
index eb940b0..d7ff1ea 100644
--- a/issues.yml
+++ b/issues.yml
@@ -1425,3 +1425,6 @@ build_id_differences_only:
     .
     When this occurs on unstable but not on testing, it's likely a form
     of captures_build_path.
+captures_build_path_via_assert:
+  description: |
+    Absolute paths to source file names are embedded through assert(), which embeds the value of the __FILE__ macro.
diff --git a/packages.yml b/packages.yml
index 8b64aa3..0eac829 100644
--- a/packages.yml
+++ b/packages.yml
@@ -3715,10 +3715,8 @@ crtmpserver:
     - 811622
 cryfs:
   version: 0.9.5-4
-  comments: |
-    Looks like usage of __FILE__ via assert().
   issues:
-    - captures_build_path
+    - captures_build_path_via_assert
     - max_output_size_reached
 crypt++el:
   version: 2.94-1
@@ -19627,9 +19625,8 @@ pavucontrol-qt:
   version: 0.1.0-1
   comments: |
     [experimental/amd64]
-    Source file names are captured through assert().
   issues:
-    - captures_build_path
+    - captures_build_path_via_assert
 pavuk:
   version: 0.9.35-4
   comments: |

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/notes.git



More information about the Reproducible-commits mailing list