Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assert fail in unquote #1440

Closed
kcwu opened this issue Mar 28, 2025 · 1 comment
Closed

assert fail in unquote #1440

kcwu opened this issue Mar 28, 2025 · 1 comment
Labels

Comments

@kcwu
Copy link
Contributor

kcwu commented Mar 28, 2025

lnav version
master

To Reproduce
Steps to reproduce the behavior:
echo H4sIAAAAAAAAA+NyNuBSMhgFo2AUGIAzAifx6jmxA7g8AMjRVHhdAwAA | base64 -d | gzip -d | lnav

#0  __pthread_kill_implementation (threadid=<optimized out>, signo=signo@entry=6, no_tid=no_tid@entry=0) at ./nptl/pthread_kill.c:44                                                                                             
#1  0x00007ffff749debf in __pthread_kill_internal (threadid=<optimized out>, signo=6) at ./nptl/pthread_kill.c:78                                                                                                                
#2  0x00007ffff7449d82 in __GI_raise (sig=6) at ../sysdeps/posix/raise.c:26                                                                                                                                                      
#3  0x000055555644ab3b in log_abort () at lnav_log.cc:644                                                                                                                                                                        
#4  0x000055555645709c in unquote (dst=dst@entry=0x5555582db690 "\273IN\rPU", str=<optimized out>, len=<optimized out>, len@entry=781) at string_util.cc:136                                                                     
#5  0x00005555562cd0ad in pretty_printer::write_element (this=this@entry=0x7fffffff93c0, el=...) at pretty_printer.cc:210                                                                                                        
#6  0x00005555562ce80b in pretty_printer::flush_values (this=this@entry=0x7fffffff93c0, start_on_depth=false) at pretty_printer.cc:279                                                                                           
#7  0x00005555562cbfd9 in pretty_printer::append_to (this=0x7fffffff93c0, al=...) at pretty_printer.cc:140                                                                                                                       
#8  0x0000555555f980f3 in textfile_sub_source::rescan_files (this=0x5555579c7938 <lnav_data+46512>, callback=..., deadline=std::optional [no contained value]) at textfile_sub_source.cc:1041                                    
#9  0x00005555557f02cd in rebuild_indexes (deadline=std::optional [no contained value]) at lnav.indexing.cc:243 
#10 0x00005555557f2ffa in rebuild_indexes_repeatedly () at lnav.indexing.cc:430                                                                                                                                                  
#11 0x000055555609943a in toggle_view (toggle_tc=toggle_tc@entry=0x5555579c2d20 <lnav_data+27032>) at view_helpers.cc:1190                                                                                                       
#12 0x00005555560a101d in ensure_view (expected_tc=0x5555579c2d20 <lnav_data+27032>) at view_helpers.cc:1231                                                                                                                     
#13 0x00005555557f039b in rebuild_indexes (deadline=std::optional [no contained value]) at lnav.indexing.cc:253 
#14 0x00005555557f2ffa in rebuild_indexes_repeatedly () at lnav.indexing.cc:430                                                                                                                                                  
#15 0x00005555556c7cd9 in main (argc=<optimized out>, argv=<optimized out>) at lnav.cc:3838                     

found by afl++

@kcwu kcwu added the bug label Mar 28, 2025
@tstack tstack closed this as completed in 6c2cce1 Mar 29, 2025
@tstack
Copy link
Owner

tstack commented Mar 29, 2025

Thanks for the report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants