Skip to content

Commit

Permalink
Merge branch 'dev' into list_no_ls
Browse files Browse the repository at this point in the history
  • Loading branch information
pelijah committed Apr 18, 2024
2 parents a8a4836 + 77f8f80 commit 89d8ca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion librz/util/asn1.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ RZ_API void rz_asn1_to_strbuf(RZ_NULLABLE RzASN1Object *object, ut32 depth, bool
}
// this shall not be freed. it's a pointer into the buffer.
RzASN1String *asn1str = NULL;
static char temp_name[4096] = { 0 };
char temp_name[4096] = { 0 };
const char *name = "";
const char *string = "";

Expand Down
2 changes: 1 addition & 1 deletion subprojects/libdemangle.wrap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wrap-git]
url = https://github.com/rizinorg/rz-libdemangle.git
revision = 498e00785ebdff8867f403799e6b709d98cd82f6
revision = 0031d1aff54fd6e922d7600425284513d32dec65
depth = 1

0 comments on commit 89d8ca2

Please sign in to comment.