Project

General

Profile

Feature #11825

Updated by Evgeny Novikov over 1 year ago

At the moment EMG considers a result of _ldv_undef_ptr()_ as a pointer to _tty_struct_ when there is not the _lookup_ callback of _tty_operations_. I suggest to explicitly allocate a memory for _tty_struct_ __try_struct_ and use a pointer to it in this case. 

 The issue was revealed with help of #11810.

Back