Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Main
Synchronet
Commits
b074bbdc
Commit
b074bbdc
authored
16 years ago
by
rswindell
Browse files
Options
Downloads
Patches
Plain Diff
Remove comment about heap corruption (fixed).
parent
b38e3ddf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/sbbs3/wordwrap.c
+1
-15
1 addition, 15 deletions
src/sbbs3/wordwrap.c
with
1 addition
and
15 deletions
src/sbbs3/wordwrap.c
+
1
−
15
View file @
b074bbdc
...
...
@@ -401,21 +401,7 @@ char* wordwrap(char* inbuf, int len, int oldlen, BOOL handle_quotes)
}
}
free
(
linebuf
);
/* "Damaged Block" assertion here (Feb-09-2009) */
/* l=0, len=76, k=0, oldlen=79, outbuf_size=1810 */
/* Linebuf:
035932B8 0D 0A 64 20 01 68 01 6D 57 01 6E 69 6E 01 ..d .h.mW.nin.
035932C6 68 01 6D 56 01 6E 69 73 74 61 20 01 68 01 h.mV.nista .h.
035932D4 67 2A 01 6E 66 61 69 6C 65 64 01 68 01 67 g*.nfailed.h.g
035932E2 2A 01 6E 20 74 6F 20 66 69 78 01 68 01 67 *.n to fix.h.g
035932F0 2C 01 6E 20 72 69 67 68 74 01 68 01 67 3F ,.n right.h.g?
035932FE 01 6E 0D 0A 01 62 33 01 68 01 67 2E 01 68 .n...b3.h.g..h
0359330C 01 62 31 01 68 01 67 2C 01 6E 20 01 68 01 .b1.h.g,.n .h.
0359331A 6D 57 01 6E 69 6E 20 01 68 01 62 33 01 68 mW.nin .h.b3.h
03593328 01 67 2E 01 68 01 62 31 31 34 01 68 01 6D .g..h.b114.h.m
03593336 57 47 01 68 01 67 2C 01 6E 20 01 68 01 6D WG.h.g,.n .h.m
03593344 57 01 6E 69 6E 01 68 01 62 39 20 61 6E 20 W.nin.h.b9 an
03593352 68 FD FD FD DD DD 05 00 */
free
(
linebuf
);
if
(
prefix
)
free
(
prefix
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment