Description: fixup
 .
 cbmc (5.95.1-2) unstable; urgency=low
 .
   * Fix portability problems
Author: Michael Tautschnig <mt@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout https://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: (upstream|backport|vendor|other), (<patch-url>|commit:<commit-id>)
Bug: <upstream-bugtracker-url>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: (no|not-needed|<patch-forwarded-url>)
Applied-Upstream: <version>, (<commit-url>|commit:<commid-id>)
Reviewed-By: <name and email of someone who approved/reviewed the patch>
Last-Update: 2024-02-16

--- cbmc-5.95.1.orig/regression/cbmc/Pointer_byte_extract8/main.i
+++ cbmc-5.95.1/regression/cbmc/Pointer_byte_extract8/main.i
@@ -17,7 +17,7 @@ int max_depth = 2;
 list_nodet *build_node(int depth)
 {
   if(max_depth < depth)
-    return ((list_nodet *)NULL);
+    return ((list_nodet *)0);
   else
   {
     __CPROVER_assert(sizeof(list_nodet) == 16, "struct size is 16 bytes");
