Description: consistent signedness
 Might require a C++-front-end fix
 .
 cbmc (5.95.1-3) 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-cpp/Pointer_Conversion2/main.cpp
+++ cbmc-5.95.1/regression/cbmc-cpp/Pointer_Conversion2/main.cpp
@@ -1,5 +1,5 @@
 #include <cassert>
-char a[100];
+signed char a[100];
 
 void f(const signed char x[])
 {
