标签: qt valgrind
我在下面的行中得到valgrind错误,因为读取的大小为2
memcpy(& number,temp.data,2)< ----- Valgrind错误........> temp.remove(0,2) 这里。 number在int和temp中声明为QByteArray。