; Listing 3: Sprung nach berprfung der Lnge

check_length:
mov	eax, [ebp+buffer]
mov	[esp+5A8h+temp_2], eax
call	strlen
cmp	eax, 3950
jbe	short send_response
[...]
mov	eax, [ebp+buffer]
mov	[esp+5A8h+temp_2], eax
call	cgp_boom_3
jmp	short send_response

