Skip to content

Commit

Permalink
Properly escape path
Browse files Browse the repository at this point in the history
  • Loading branch information
JSCU-CNI authored Sep 9, 2024
1 parent 2792229 commit 228ba16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dissect/shellitem/lnk/c_lnk.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
};
typedef struct NET_NAME {
char net_name[]; // A NULL–terminated string, as defined by the system default code page, which specifies a server share path; for example, "\\server\share".
char net_name[]; // A NULL–terminated string, as defined by the system default code page, which specifies a server share path; for example, "\\\\server\\share".
};
typedef struct DEVICE_NAME {
Expand Down

0 comments on commit 228ba16

Please sign in to comment.