Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
htop
Commits
616ee966
Commit
616ee966
authored
Apr 24, 2014
by
Hisham Muhammad
Browse files
Fix out-of-bounds write.
parent
50b70125
Changes
1
Hide whitespace changes
Inline
Side-by-side
IncSet.c
View file @
616ee966
...
...
@@ -29,7 +29,7 @@ typedef enum {
#define IncSet_filter(inc_) (inc_->filtering ? inc_->modes[INC_FILTER].buffer : NULL)
typedef struct IncMode_ {
char buffer[INCMODE_MAX];
char buffer[INCMODE_MAX
+1
];
int index;
FunctionBar* bar;
bool isFilter;
...
...
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