User Tools

Site Tools


programming:bash:overflow

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
programming:bash:overflow [2022/03/31 07:31] ateixeiraprogramming:bash:overflow [2022/03/31 15:07] (current) – [Interesting fact :] ateixeira
Line 52: Line 52:
 ==== Interesting fact : ==== ==== Interesting fact : ====
  
-> At the end, we set a variable bigger than the MAX limit and increment 1. The variable is at first stocked as a STR but when we force it to increment 1, we see that bash will compensate and output the MIN limit incremented by 1.+> At the end, we set a variable bigger than the MAX limit and increment X (in this case X=1). The variable is at first stocked as a STR but when we force it to increment by X, we see that bash will compensate and output the MIN limit incremented by X.
  
programming/bash/overflow.1648711864.txt.gz · Last modified: 2022/03/31 07:31 by ateixeira