Skip to content

Commit 3cb6231

Browse files
author
H. Peter Anvin (Intel)
committed
asm/preproc.c: remove git merge crap in comment
A comment accidentally was left with a merge resolution annotation. This was of course harmless, being in a comment, but it shouldn't be there. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
1 parent 97db0b9 commit 3cb6231

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

asm/preproc.c

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,14 +156,10 @@ static bool is_smac_param(enum token_type toktype)
156156
* We prohibit tokens of length > MAX_TEXT even though length here is
157157
* an unsigned int; this avoids problems if the length is passed
158158
* through an interface with type "int", and is absurdly large anyway.
159-
<<<<<<< Updated upstream
159+
*
160160
* Use INT_MAX >> 2 to try to at least try to avoid risking wraparound
161161
* even in the fairly extreme case when "int" is incorrectly used and
162162
* two lengths are added. That is still 512GB with a 32-bit int...
163-
=======
164-
* Use INT_MAX >> 1 to try to at least try to avoid risking wraparound
165-
* even when "int" is incorrectly used.
166-
>>>>>>> Stashed changes
167163
*
168164
* Earlier versions of the source code incorrectly stated that
169165
* examining the text string alone can be unconditionally valid. This

0 commit comments

Comments
 (0)