Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
74edb9c2
Commit
74edb9c2
authored
Mar 01, 2022
by
Rob Swindell
💬
Browse files
Fix private message header field parsing/filtering
CID 350294
parent
831438fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/sbbs3/readmsgs.cpp
src/sbbs3/readmsgs.cpp
+1
-0
No files found.
src/sbbs3/readmsgs.cpp
View file @
74edb9c2
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment