You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shouldn't &m_inQueue[size] be &m_inQueue[ret] instead?
I noticed this thanks to MSVC's debug iterators complaining (m_inQueue.size() was 0, but size was 8).
The text was updated successfully, but these errors were encountered:
In winpty/src/agent/NamedPipe.cc, there is this function:
Shouldn't
&m_inQueue[size]
be&m_inQueue[ret]
instead?I noticed this thanks to MSVC's debug iterators complaining (
m_inQueue.size()
was 0, butsize
was 8).The text was updated successfully, but these errors were encountered: