Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
c068c03
for
filter.c
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Jan 12, 2013, 7:07:41 PM (
12 years
ago)
Author:
Jason Gross <jgross@mit.edu>
Branches:
master
,
release-1.10
Children:
05adccf
,
1dafc7e
,
de3b1d3
Parents:
374089a
git-author:
Jason Gross <jgross@mit.edu> (01/12/13 15:49:50)
git-committer:
Jason Gross <jgross@mit.edu> (01/12/13 19:07:41)
Message:
Fix some undefined behavior in filter.c, caught by clang scan-build
File:
1 edited
filter.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
filter.c
r30781f6
rc068c03
124
124
125
125
op1 = owl_filter_parse_primitive_expression(argc-i, argv+i, &skip);
126
if(!op1) goto err;
126
127
i += skip;
127
if(!op1) goto err;
128
128
129
129
while(i < argc) {
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive