Skip to content
Snippets Groups Projects
Commit 74edb9c2 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix private message header field parsing/filtering

CID 350294
parent 831438fa
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -209,6 +209,7 @@ post_t * sbbs_t::loadposts(uint32_t *posts, uint subnum, ulong ptr, long mode, u
&& idx.to!=aliascrc && idx.from!=aliascrc
&& (useron.number!=1 || idx.to!=sysop))
continue;
msg.idx=idx;
if(!smb_lockmsghdr(&smb,&msg)) {
if(!smb_getmsghdr(&smb,&msg)) {
if(stricmp(msg.to,useron.alias)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment