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

Fix private message header field parsing/filtering

CID 350294
parent fd0e6443
No related branches found
No related tags found
No related merge requests found
......@@ -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.
Finish editing this message first!
Please register or to comment